home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / relnotes / patchSG0001701 / ch1.z / ch1
Text File  |  1997-05-23  |  9KB  |  331 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_1_7_0_1__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note  describes patch SG0001701 to IRIX 5.3.
  11.  
  12.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  13.  
  14.        This patch contains bug fixes for all hardware platforms
  15.        supporting IRIX 5.3.  The software cannot be installed on
  16.        other configurations.
  17.  
  18.        1.2  _S_u_p_p_o_r_t_e_d__S_o_f_t_w_a_r_e__P_l_a_t_f_o_r_m_s
  19.  
  20.        This patch contains bug fixes for IRIX5.3.  The software
  21.        cannot be installed on other configurations.
  22.  
  23.        1.3  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_1_7_0_1
  24.  
  25.        Bug numbers from Silicon Graphics bug tracking system are
  26.        included for reference. Patch 1701 also includes bug fixes
  27.        from patches 258, 605, 705, 844, 958, 1095, and 1236.
  28.  
  29.        The following is new for patch 1701:
  30.  
  31.           +o Improved graphics for insensitive scrollbars (Bugs
  32.             #448751, 450580)
  33.  
  34.           +o Handle popup shell grabs correctly (Bug #461707)
  35.  
  36.           +o Allow widgets other than XmText and XmTextField to use
  37.             Asian input methods.  (Bug #462994)
  38.  
  39.  
  40.        1.4  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_1_2_3_6
  41.  
  42.        Patch 1236 also includes the bug fixes from patch 1095 of
  43.        IRIX 5.3.  The following is new for patch 1236:
  44.  
  45.           +o Improved fix for recursive calls to XtSetValues.  (Bugs
  46.             #252275, 273570, 343477)
  47.  
  48.  
  49.        1.5  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_1_0_9_5
  50.  
  51.        Patch 1236 also includes the bug fixes from patch 1095 of
  52.        IRIX 5.3.
  53.  
  54.           +o Children of ScrolledWindows can be drawn in some cases
  55.             without their borders.  (Bug # 280058)
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        1.6  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_9_5_8
  75.  
  76.        Patch 1236 also includes the bug fixes from patch 844 of
  77.        IRIX 5.3.
  78.             Applications can core dump or hang when an empty string
  79.             is added to the List widget. This is caused by
  80.             XmStringHeight returning a height of zero when the
  81.             entry type  XmFONT_IS_FONTSET = 1 (Bug #314723)
  82.  
  83.  
  84.        1.7  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_8_4_4
  85.  
  86.        Patch 1236 also includes the bug fixes from patch 844 of
  87.        IRIX 5.3.
  88.  
  89.           +o When using a Japanese locale, a core dump can occur
  90.             when a widget with a registered Input Method is
  91.             destroyed. (Bug #290122)
  92.  
  93.        1.8  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_7_0_5
  94.  
  95.        Patch 1236 also includes the bug fixes from patch 705 of
  96.        IRIX 5.3.
  97.  
  98.           +o The TextField widget has an optional ModifyVerify
  99.             callback. A core dump can occur when a multi-character
  100.             locale such as Japanese is used. A SetValues call into
  101.             the TextField widget from a parent container such as
  102.             the FileSelectionBox or from an application will
  103.             trigger the core dump if there is a callback registered
  104.             on the ModifyVerify callback list. (Bug #291715)
  105.  
  106.  
  107.        1.9  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_6_0_5
  108.  
  109.        Patch 1236 also includes the bug fixes from patch605 of IRIX
  110.        5.3.
  111.  
  112.  
  113.           +o Recursive calls to XtSetValues (for instance, an
  114.             XtSetValues call nestled inside certain widget
  115.             callbacks which themselves call XtSetValues) can result
  116.             in a core dump.  This patch adds code to prevent this
  117.             problem when XtSetValues is called recursively.  (Bugs
  118.             #252275, 273570)
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.        1.10  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_2_5_8
  141.  
  142.        Patch 1095 also includes the bug fixes from patch258 of IRIX
  143.        5.3.
  144.  
  145.           +o The X Windowing System provides the user with the
  146.             ability to deal with color resources in different ways.
  147.             The user specifies a visual type when a window is
  148.             created. Windows of 8 bit PseudoColor and windows of 24
  149.             bit TrueColor can co-exist peacefully on the screen.
  150.             However, an X Error of Bad Match will occur if the
  151.             visual type, depth, and colormap resources do not form
  152.             a consistant set. In Motif, the depth and colormap of a
  153.             window are inherited from the widget parent whereas the
  154.             visual type is inherited from the window parent. A menu
  155.             or a dialog box usually has the root window as its
  156.             window parent but the button that launches it as its
  157.             widget parent. Since the button and the root window may
  158.             have been created using different visuals, this leads
  159.             to inconsistant sets of visual, depth, colormap tuples.
  160.             Many of the widgets in libSgm suffer this problem. This
  161.             patch fixes this problem by creating the menu or dialog
  162.             explicitly using the visual type of the shell that
  163.             contains the parent widget. Pixmaps are inflicted as
  164.             well and these are fixed for libSgm as well. (Bug
  165.             #255780)
  166.  
  167.           +o Sliders in Scale widgets can appear in the wrong inital
  168.             position due to performance optimizations that were
  169.             added for the 5.3 release.  The Scale is a container
  170.             widget which has a ScrollBar child. The ScrollBar is
  171.             not being properly initialized which results in the
  172.             Scale not getting the correct value. This patch fixes
  173.             this problem by allowing ScrollBar to calculate the
  174.             position of the slider while still keeping the
  175.             performance improvements. (Bug # 256130)
  176.  
  177.           +o Programs that register non-text objects as Input
  178.             Methods can core dump in the 5.3 release due to
  179.             performance optimizations that were added to the
  180.             internationalization code. The code now properly checks
  181.             for the type of widget being used and accesses the
  182.             proper fields.
  183.  
  184.        1.11  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_1_7_0_1
  185.  
  186.        This patch release includes these subsystems:
  187.  
  188.           +o patchSG0001701.motif_eoe.sw.eoe
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.        1.12  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  207.  
  208.        Because you want to install patches for only the problems
  209.        you have encountered, patch software is not installed by
  210.        default. After reading the descriptions of the bugs fixed in
  211.        this patch, determine the patches that meet your specific
  212.        needs.
  213.  
  214.        Patch software is installed like any other Silicon Graphics
  215.        software product.  Follow the instructions in your _I_R_I_S
  216.        _S_o_f_t_w_a_r_e _I_n_s_t_a_l_l_a_t_i_o_n _G_u_i_d_e to bring up the miniroot form of
  217.        the software installation tools.
  218.  
  219.        Follow these steps to select a patch for installation:
  220.  
  221.          1.  At the Inst>prompt, type
  222.  
  223.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  224.  
  225.              where _x_x_x_x_x_x_x is the patch number.
  226.  
  227.          2.  Select the desired patches for installation.
  228.  
  229.          3.  Initiate the installation sequence. Type
  230.  
  231.              IIIInnnnsssstttt>>>> ggggoooo
  232.  
  233.          4.  You may find that two patches have been marked as
  234.              incompatible.  If this occurs, you must deselect one
  235.              of the patches.
  236.  
  237.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  238.  
  239.              where _x_x_x_x_x_x_x is the patch number.
  240.  
  241.          5.  After completing the installation process, exit the
  242.              _i_n_s_t program by typing
  243.  
  244.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  245.  
  246.  
  247.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  248.        would for any other software subsystem.  The removal process
  249.        reinstates the original version of software unless you have
  250.        specifically removed the patch history from your system.
  251.  
  252.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  253.  
  254.        where _x_x_x_x_x_x_x is the patch number.
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                                   - 5 -
  269.  
  270.  
  271.  
  272.        To keep a patch but increase your disk space, use the
  273.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  274.  
  275.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  276.  
  277.        where _x_x_x_x_x_x_x is the patch number.
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.